From 1f3365733020ae0daee015ebc626d37094c4d310 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 2 Oct 2006 18:02:15 +0000 Subject: [PATCH] Include pltcheck.sh in EXTRA_DIST. 2006-10-02 Behdad Esfahbod * gdk-pixbuf/Makefile.am: * gdk/Makefile.am: * gtk/Makefile.am: Include pltcheck.sh in EXTRA_DIST. --- ChangeLog | 7 +++++++ gdk-pixbuf/Makefile.am | 1 + gdk/Makefile.am | 5 +++-- gtk/Makefile.am | 3 ++- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0694d860e3..09ee56f55f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-10-02 Behdad Esfahbod + + * gdk-pixbuf/Makefile.am: + * gdk/Makefile.am: + * gtk/Makefile.am: + Include pltcheck.sh in EXTRA_DIST. + 2006-10-02 Behdad Esfahbod * gdk/x11/gdkevents-x11.c: Move all includes before including diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am index 826d1f7775..90bc5a4ecb 100644 --- a/gdk-pixbuf/Makefile.am +++ b/gdk-pixbuf/Makefile.am @@ -432,6 +432,7 @@ EXTRA_DIST = \ gdk-pixbuf.symbols \ makegdkpixbufalias.pl \ abicheck.sh \ + pltcheck.sh \ gdk_pixbuf.def \ gdk_pixbuf.rc \ gdk-pixbuf-marshal.c \ diff --git a/gdk/Makefile.am b/gdk/Makefile.am index 6d341ff600..176223e03a 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -16,7 +16,8 @@ EXTRA_DIST = \ gdk.symbols \ makegdkalias.pl \ gdkaliasdef.c \ - abicheck.sh + abicheck.sh \ + pltcheck.sh INCLUDES = \ -DG_LOG_DOMAIN=\"Gdk\" \ @@ -198,7 +199,7 @@ gdkaliasdef.c: gdk.symbols $(PERL) $(srcdir)/makegdkalias.pl -def < $(srcdir)/gdk.symbols > gdkaliasdef.c if OS_LINUX -TESTS = pltcheck.sh abicheck.sh +TESTS = abicheck.sh pltcheck.sh endif diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 90f0d2dfab..0eb166bf2a 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -1146,6 +1146,7 @@ EXTRA_DIST += \ makefile.msc \ makefile.msc.in \ makegtkalias.pl \ - abicheck.sh + abicheck.sh \ + pltcheck.sh install-data-local: -- 2.30.2